This repository was archived by the owner on May 24, 2026. It is now read-only.
Tighten the v1.1.0 commercial example suite#15
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
authorize,checkout,purchase,ship, andverifyso every changed JSON file is syntactically valid and uses canonical v1.1.0 vocabulary.examples/v1.1.0/commercial/*/valid/901-*.json.items, zeroquantity, unsupportedcommercial_ref.type, missing conditionalpayment_proof/approved_until/delivery_proof_ref/reason).checksums.txtto include the expanded example inventory and committed all changed example files and checksums.Testing
json.load(..., object_pairs_hook=no_dups)againstexamples/v1.1.0/commercialand it completed without errors.npm run validate:examplesand full validation:npm run validatewhich both completed successfully and reported all current-line examples validated.npm run generate:checksumsand validated integrity vianpm run validatewhere integrity validation passed after the update.Codex Task